home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / FLTK-1.0.6 / makeinclude.in < prev    next >
Encoding:
Text File  |  1999-03-25  |  1.6 KB  |  58 lines

  1. #
  2. # "$Id: makeinclude.in,v 1.7.2.1 1999/03/25 15:26:28 mike Exp $"
  3. #
  4. # Make include file for the Fast Light Tool Kit (FLTK).
  5. # @configure_input@
  6. #
  7. # Copyright 1998-1999 by Bill Spitzak and others.
  8. #
  9. # This library is free software; you can redistribute it and/or
  10. # modify it under the terms of the GNU Library General Public
  11. # License as published by the Free Software Foundation; either
  12. # version 2 of the License, or (at your option) any later version.
  13. #
  14. # This library is distributed in the hope that it will be useful,
  15. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  17. # Library General Public License for more details.
  18. #
  19. # You should have received a copy of the GNU Library General Public
  20. # License along with this library; if not, write to the Free Software
  21. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  22. # USA.
  23. #
  24. # Please report all bugs and problems to "fltk-bugs@easysw.com".
  25. #
  26.  
  27. prefix        =@prefix@
  28. exec_prefix    =@exec_prefix@
  29. bindir        =@bindir@
  30. includedir    =@includedir@
  31. libdir        =@libdir@
  32. srcdir        =@srcdir@
  33. VPATH        =@srcdir@
  34.  
  35. # compiler names:
  36. CXX        =@CXX@
  37. CC        =@CC@
  38. MAKEDEPEND    =@MAKEDEPEND@
  39.  
  40. # flags for C++ compiler:
  41. CFLAGS        =@CFLAGS@
  42. CXXFLAGS    =@CXXFLAGS@ @X_CFLAGS@
  43.  
  44. # program to make the archive:
  45. LIBNAME        =@LIBNAME@
  46. LIBCOMMAND    =@LIBCOMMAND@
  47. RANLIB        =@RANLIB@
  48. DSONAME        =@DSONAME@
  49. DSOCOMMAND    =@DSOCOMMAND@
  50.  
  51. # libraries to link with:
  52. LDLIBS        =@LDFLAGS@ @LIBS@ -lX11 -lXext @X_EXTRA_LIBS@ -lm
  53. GLDLIBS        =@LDFLAGS@ @LIBS@ @GLLIB@ -lX11 -lXext @X_EXTRA_LIBS@ -lm
  54.  
  55. #
  56. # End of "$Id: makeinclude.in,v 1.7.2.1 1999/03/25 15:26:28 mike Exp $".
  57. #
  58.